C1.Maui.Calendar Assembly / C1.Maui.Calendar Namespace / DeferrableObservableCollection<T> Class
Properties Methods Events


DeferrableObservableCollection<T> Class Members

The following tables list the members exposed by DeferrableObservableCollection<T>.

Public Constructors
Public Properties
 NameDescription
Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyGets a System.Boolean value determining whether the DeferrableObservableCollection<T> is in update mode (BeginUpdate has been called).  
Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodPrevents raising events until the EndUpdate method is called.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodEnables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Public Events
Protected Events
See Also